-
Re: How can I return the nth value from a multiselect dropdown?
Hey @Scott Orsey I've tried something similar with multiselect and came to the same conclusion as you. There's no easy way to do it. I used FIND and helper columns, but even then, it's messy. You can…1 · -
Re: =SUMIFS with Criterion3
Hey @Mr. Chris your criteria is missing a match criteria for QD. =SUMIFS([Invoice Amount]:[Invoice Amount], Status:Status, "Approved", [CapEx #]:[CapEx #], [CapEx Number]@row, [QD]:[QD], yo…1 · -
Re: Dynamic Cell reference in MAX() formula
@Andrew Stills Your current update to the helper column is being captured as a "change" to the row. Try switching your "bump" automation to lock and unlock rows at a certain time …1 · -
Re: Total COUNTIFs within the last 30 days with two columns of data
@bcrochet Yes! Thanks you for the context. Two ways to do this. 1) On your second sheet, you can use the following formula and replace each name as needed... =COUNTIFS({AUDITOR NAME Range}, "Rya…1 · -
Re: Using Count & Distinc formulas to
Hi @Diego Cardenas , give this one a try... =COUNT(DISTINCT(COLLECT([Initial date]:[Initial date], Resp:Resp, "Diego Cardenas"))) This formula will work for your current sheet layout. If yo…1 ·